home *** CD-ROM | disk | FTP | other *** search
/ 10,000 Great Games / 10,000 Great Games.iso / Product / 25 / Setup.exe / scripts / DefineButton2_199 / BUTTONCONDACTION on(rollOver).as
Text File  |  2001-11-16  |  114b  |  7 lines

  1. on(rollOver){
  2.    if(getProperty("_level0/TheMenu", _currentframe) == "1")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6. }
  7.